home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / pad311.zip / GENERAL.MH < prev    next >
Text File  |  1996-06-13  |  336b  |  19 lines

  1. #ifndef __GENERAL_MH
  2. #define __GENERAL_MH
  3.  
  4. #ifndef bool
  5. #define bool int
  6. #endif
  7.  
  8. // Constants representing phone number types
  9.  
  10. #define DNLOCAL         0
  11. #define DNLD            1
  12. #define DNLOCKOUT       2
  13. #define DNASK           4
  14. #define DNLDLOCKOUT     5
  15. #define DNBADTIME       6
  16. #define DNDUPE          7
  17.  
  18. #endif
  19.